Raleigh: fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 20:33:47 +0000 (15:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 20:33:47 +0000 (15:33 -0500)
titlebar is a style class, so it needs a .

gtk/resources/theme/gtk-default.css

index 9ab3cbd1d242e7535ebbca2a15c5d292820a6180..8c30613585b1a637b1745f6163daa4fd02296966 100644 (file)
@@ -833,7 +833,7 @@ GtkCalendar.button:hover {
   icon-shadow: none;
 }
 
-titlebar .titlebutton:backdrop {
+.titlebar .titlebutton:backdrop {
   background-image: none;
   color: #a7aba7;
   border-image: none;